GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-10T11:35:39.5456097+00:00",
"SubmitDate": "2026-06-10T11:35:39.5456097+00:00",
"ReportPeriodStart": "2026-06-10T11:35:39.5456097+00:00",
"ReportPeriodEnd": "2026-06-10T11:35:39.5456097+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a35ca9ce-ea6d-487d-ba08-7347ff2be0e4",
"Rows": [
{
"ItemId": "de019f95-9882-4920-99cf-4cde5643e551",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "de019f95-9882-4920-99cf-4cde5643e551",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a35ca9ce-ea6d-487d-ba08-7347ff2be0e4",
"Rows": [
{
"ItemId": "de019f95-9882-4920-99cf-4cde5643e551",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "de019f95-9882-4920-99cf-4cde5643e551",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3f9c2a67-b6f1-4b4e-b252-539e9640994c",
"0bb39890-e9a7-4b04-9576-47c4de48868c"
],
"Approvers": [
"a6dbf2d4-eb5f-4cd1-a863-35b95031555a",
"0fe5a146-e638-4b2f-95ac-7826ab84b2d9"
],
"ApprovedBy": "0788a4f1-840d-48fb-b5ac-a15e230a3ac0",
"ApprovalDate": "2026-06-10T11:35:39.5456097+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "84bf29be-86a3-4d45-9215-54788cff0afd",
"id": "54f19cb7-8f43-4b22-9010-967a9eec4203",
"ConfigId": "3f5c3a02-b3d6-4102-8bd9-fed61df0fe1f"
},
{
"GenerationDate": "2026-06-10T11:35:39.5456097+00:00",
"SubmitDate": "2026-06-10T11:35:39.5456097+00:00",
"ReportPeriodStart": "2026-06-10T11:35:39.5456097+00:00",
"ReportPeriodEnd": "2026-06-10T11:35:39.5456097+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a35ca9ce-ea6d-487d-ba08-7347ff2be0e4",
"Rows": [
{
"ItemId": "de019f95-9882-4920-99cf-4cde5643e551",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "de019f95-9882-4920-99cf-4cde5643e551",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a35ca9ce-ea6d-487d-ba08-7347ff2be0e4",
"Rows": [
{
"ItemId": "de019f95-9882-4920-99cf-4cde5643e551",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "de019f95-9882-4920-99cf-4cde5643e551",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3f9c2a67-b6f1-4b4e-b252-539e9640994c",
"0bb39890-e9a7-4b04-9576-47c4de48868c"
],
"Approvers": [
"a6dbf2d4-eb5f-4cd1-a863-35b95031555a",
"0fe5a146-e638-4b2f-95ac-7826ab84b2d9"
],
"ApprovedBy": "0788a4f1-840d-48fb-b5ac-a15e230a3ac0",
"ApprovalDate": "2026-06-10T11:35:39.5456097+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "84bf29be-86a3-4d45-9215-54788cff0afd",
"id": "54f19cb7-8f43-4b22-9010-967a9eec4203",
"ConfigId": "3f5c3a02-b3d6-4102-8bd9-fed61df0fe1f"
}
]